From: Debian OpenLDAP Maintainers Date: Sat, 10 Aug 2019 18:58:18 +0000 (+0100) Subject: no-AM_INIT_AUTOMAKE X-Git-Tag: archive/raspbian/2.4.47+dfsg-3+rpi1+deb10u1^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=f30c0f9f7583239869d154fb3c42dc0b15d1a324;p=openldap.git no-AM_INIT_AUTOMAKE Gbp-Pq: Name no-AM_INIT_AUTOMAKE --- diff --git a/configure.in b/configure.in index 30a785bc..a238b628 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,8 @@ dnl Configure.in for OpenLDAP AC_COPYRIGHT([[Copyright 1998-2018 The OpenLDAP Foundation. All rights reserved. Restrictions apply, see COPYRIGHT and LICENSE files.]]) AC_REVISION([$Id: 2a4d29f78fa5f6b25f2c5cecac2126fcc3bd8623 $]) -AC_INIT([OpenLDAP],,[http://www.openldap.org/its/]) +AC_INIT([OpenLDAP],[$OL_VERSION],[http://www.openldap.org/its/]) +AC_PROG_MAKE_SET m4_define([AC_PACKAGE_BUGREPORT],[]) AC_CONFIG_SRCDIR(build/version.sh)dnl dnl ---------------------------------------------------------------- @@ -69,7 +70,6 @@ dnl Determine host platform dnl we try not to use this for much AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl AC_SUBST(PACKAGE)dnl AC_SUBST(VERSION)dnl AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)